{% if user.authenticated %}
{{ __('write_comment') }}
{[ write_comment.message.input ]}
{{ __('comment_submit') }}
{{ __('recent_comments') }}
{[ user.profile ]} ({{ __('exp_level_short') }} {{ user.exp_level }})
{{ __('edit') }} {{ __('delete') }} {{ __('time_ago', 'now') }}
{[ comment.user.profile ]} ({{ __('exp_level_short') }} {{ comment.user.exp_level }})
{% if user.authenticated && (user.level >= 3 || user.id == comment.user.id || (comment.target == 'user' && comment.target_id == user.id)) %} {{ __('delete') }} {% endif %} {[ time_ago(comment.ts_edit) ]}
{{ comment.message }}
{{ __('recent_comments') }}
{[ user.profile ]} ({{ __('exp_level_short') }} {{ user.exp_level }})
{{ __('edit') }} {{ __('delete') }} {{ __('time_ago', 'now') }}
{[ comment.user.profile ]} ({{ __('exp_level_short') }} {{ comment.user.exp_level }})
{% if user.authenticated && (user.level >= 3 || user.id == comment.user.id || (comment.target == 'user' && comment.target_id == user.id)) %} {{ __('delete') }} {% endif %} {[ time_ago(comment.ts_edit) ]}
{{ comment.message }}